Action not permitted
Modal body text goes here.
cve-2023-3823
Vulnerability from cvelistv5
Published
2023-08-11 05:42
Modified
2024-08-02 07:08
Severity ?
EPSS score ?
Summary
Security issue with external entity loading in XML without enabling it
References
{ "containers": { "adp": [ { "providerMetadata": { "dateUpdated": "2024-08-02T07:08:50.269Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "tags": [ "x_transferred" ], "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "tags": [ "x_transferred" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/" }, { "tags": [ "x_transferred" ], "url": "https://security.netapp.com/advisory/ntap-20230825-0001/" }, { "tags": [ "x_transferred" ], "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "defaultStatus": "affected", "product": "PHP", "vendor": "PHP Group", "versions": [ { "lessThan": "8.0.30", "status": "affected", "version": "8.0.*", "versionType": "semver" }, { "lessThan": "8.1.22", "status": "affected", "version": "8.1.*", "versionType": "semver" }, { "lessThan": "8.2.8", "status": "affected", "version": "8.2.*", "versionType": "semver" } ] } ], "credits": [ { "lang": "en", "type": "reporter", "user": "00000000-0000-4000-9000-000000000000", "value": "Joas Schilling" } ], "datePublic": "2023-08-05T04:00:00.000Z", "descriptions": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "\u003cp\u003eIn PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u0026nbsp;\u003cspan style=\"background-color: rgb(255, 255, 255);\"\u003eImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.\u0026nbsp;\u003c/span\u003e\u003c/p\u003e" } ], "value": "In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u00a0ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.\u00a0\n\n" } ], "impacts": [ { "capecId": "CAPEC-197", "descriptions": [ { "lang": "en", "value": "CAPEC-197 XML Entity Expansion" } ] } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" }, "format": "CVSS", "scenarios": [ { "lang": "en", "value": "GENERAL" } ] } ], "providerMetadata": { "dateUpdated": "2023-08-11T05:42:25.771Z", "orgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "shortName": "php" }, "references": [ { "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/" }, { "url": "https://security.netapp.com/advisory/ntap-20230825-0001/" }, { "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html" } ], "source": { "advisory": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j", "discovery": "EXTERNAL" }, "title": "Security issue with external entity loading in XML without enabling it", "workarounds": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "Disable external entity loader, e.g. like this:\u0026nbsp;\u003cpre\u003elibxml_set_external_entity_loader(function () { return null; });\u003c/pre\u003e\u003cbr\u003e" } ], "value": "Disable external entity loader, e.g. like this:\u00a0libxml_set_external_entity_loader(function () { return null; });\n\n\n" } ], "x_generator": { "engine": "Vulnogram 0.1.0-dev" } } }, "cveMetadata": { "assignerOrgId": "dd77f84a-d19a-4638-8c3d-a322d820ed2b", "assignerShortName": "php", "cveId": "CVE-2023-3823", "datePublished": "2023-08-11T05:42:25.771Z", "dateReserved": "2023-07-21T16:16:57.133Z", "dateUpdated": "2024-08-02T07:08:50.269Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1", "meta": { "nvd": "{\"cve\":{\"id\":\"CVE-2023-3823\",\"sourceIdentifier\":\"security@php.net\",\"published\":\"2023-08-11T06:15:09.283\",\"lastModified\":\"2023-10-27T18:58:56.457\",\"vulnStatus\":\"Analyzed\",\"descriptions\":[{\"lang\":\"en\",\"value\":\"In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u00a0ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.\u00a0\\n\\n\"},{\"lang\":\"es\",\"value\":\"En las versiones de PHP 8.0.* antes de la 8.0.30, 8.1.* antes de la 8.1.22, y 8.2.* antes de la 8.2.8 varias funciones XML se basan en el estado global de libxml para rastrear variables de configuraci\u00f3n, como si las entidades externas est\u00e1n cargadas. Se asume que este estado no cambia a menos que el usuario lo cambie expl\u00edcitamente llamando a la funci\u00f3n apropiada. Sin embargo, dado que el estado es global del proceso, otros m\u00f3dulos - como ImageMagick - pueden tambi\u00e9n usar esta librer\u00eda dentro del mismo proceso, y cambiar ese estado global para sus prop\u00f3sitos internos, y dejarlo en un estado en el que la carga de entidades externas est\u00e9 habilitada. Esto puede llevar a la situaci\u00f3n donde XML externo es analizado con entidades externas cargadas, lo que puede llevar a la divulgaci\u00f3n de cualquier archivo local accesible a PHP. Este estado vulnerable puede persistir en el mismo proceso a trav\u00e9s de muchas peticiones, hasta que el proceso sea cerrado.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"NONE\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6},{\"source\":\"security@php.net\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"LOW\",\"availabilityImpact\":\"LOW\",\"baseScore\":8.6,\"baseSeverity\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":4.7}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-611\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.0.0\",\"versionEndExcluding\":\"8.0.30\",\"matchCriteriaId\":\"C516377E-EAA8-4534-B0B8-4BF7A664DDFD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.1.0\",\"versionEndExcluding\":\"8.1.22\",\"matchCriteriaId\":\"3DA6AD3E-CB35-4AF2-86E9-3BC831728058\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:php:php:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"8.2.0\",\"versionEndExcluding\":\"8.2.9\",\"matchCriteriaId\":\"75AD1BDB-02D7-4727-8F08-8E1F794DB842\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"CC559B26-5DFC-4B7A-A27C-B77DE755DFF9\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"07B237A9-69A3-4A9C-9DA0-4E06BD37AE73\"}]}]}],\"references\":[{\"url\":\"https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr\",\"source\":\"security@php.net\",\"tags\":[\"Exploit\",\"Third Party Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html\",\"source\":\"security@php.net\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/\",\"source\":\"security@php.net\",\"tags\":[\"Mailing List\"]},{\"url\":\"https://security.netapp.com/advisory/ntap-20230825-0001/\",\"source\":\"security@php.net\",\"tags\":[\"Third Party Advisory\"]}]}}" } }
rhsa-2023_5927
Vulnerability from csaf_redhat
Published
2023-10-19 13:33
Modified
2024-11-08 09:02
Summary
Red Hat Security Advisory: php:8.0 security update
Notes
Topic
An update for the php:8.0 module is now available for Red Hat Enterprise Linux 8.
Red Hat Product Security has rated this update as having a security impact of Important. 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: XML loading external entity without being enabled (CVE-2023-3823)
* php: phar Buffer mismanagement (CVE-2023-3824)
* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)
* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)
* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)
* php: Password_verify() always return true with some hash (CVE-2023-0567)
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": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:8.0 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 Important. 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: XML loading external entity without being enabled (CVE-2023-3823)\n\n* php: phar Buffer mismanagement (CVE-2023-3824)\n\n* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)\n\n* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\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-2023:5927", "url": "https://access.redhat.com/errata/RHSA-2023:5927" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5927.json" } ], "title": "Red Hat Security Advisory: php:8.0 security update", "tracking": { "current_release_date": "2024-11-08T09:02:28+00:00", "generator": { "date": "2024-11-08T09:02:28+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5927", "initial_release_date": "2023-10-19T13:33:11+00:00", "revision_history": [ { "date": "2023-10-19T13:33:11+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-19T13:33:11+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T09:02:28+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.8.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:8::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:8.0:8080020231006102311:0b4eb31d", "product": { "name": "php:8.0:8080020231006102311:0b4eb31d", "product_id": "php:8.0:8080020231006102311:0b4eb31d", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@8.0:8080020231006102311:0b4eb31d" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_id": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=noarch\u0026epoch=1" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=src" } } }, { "category": "product_version", "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pear@1.10.13-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src\u0026epoch=1" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-debugsource@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-devel@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/libzip-tools-debuginfo@1.7.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.20-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.19.2-1.module%2Bel8.6.0%2B13671%2B84712317?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_id": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.module%2Bel8.8.0%2B20302%2B42d2b711?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, "product_reference": "php:8.0:8080020231006102311:0b4eb31d", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64 as a component of php:8.0:8080020231006102311:0b4eb31d as a component of Red Hat Enterprise Linux AppStream (v. 8)", "product_id": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "relates_to_product_reference": "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170771" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when malformatted BCrypt hashes that include a $ within their salt part trigger a buffer overread and may erroneously validate any password as valid.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Password_verify() always return true with some hash", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0567" }, { "category": "external", "summary": "RHBZ#2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0567", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4", "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+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.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" } ], "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.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Password_verify() always return true with some hash" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170770" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security issue occurs because the core path resolution function allocates a buffer one byte small. Resolving paths with lengths close to the system MAXPATHLEN setting may lead to the byte after the allocated buffer being overwritten with a NULL value, which might lead to unauthorized data access or modification.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: 1-byte array overrun in common path resolve code", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0568" }, { "category": "external", "summary": "RHBZ#2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0568", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0568" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81746", "url": "https://bugs.php.net/bug.php?id=81746" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+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.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: 1-byte array overrun in common path resolve code" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-779", "name": "Logging of Excessive Data" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170761" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when the request body parsing in PHP allows any unauthenticated attacker to consume a large amount of CPU time and trigger excessive logging. A large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow the processing of legitimate user requests. The large volume of warning messages can wear down the disk and fill it up. A complete denial of service is achievable by sending many concurrent multipart requests in a loop. PHP parses the request body before invoking any application scripts. This vulnerability affects all PHP websites that accept POST request bodies (post_max_size set to a value greater than zero, the default value is 8MB).", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DoS vulnerability when parsing multipart request body", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0662" }, { "category": "external", "summary": "RHBZ#2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0662", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0662" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv", "url": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+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.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" }, { "category": "workaround", "details": "Users can decrease the post_max_size close to zero. This will render most websites non-interactive and break file uploads.", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: DoS vulnerability when parsing multipart request body" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-334", "name": "Small Space of Random Values" }, "discovery_date": "2023-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219290" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP where the weak randomness affects applications that use SOAP with HTTP Digest authentication against a possibly malicious server over HTTP allows a remote authenticated attackers to cause a stack information leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3247" }, { "category": "external", "summary": "RHBZ#2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3247", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3247" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw", "url": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw" } ], "release_date": "2023-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+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.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP" }, { "cve": "CVE-2023-3823", "cwe": { "id": "CWE-611", "name": "Improper Restriction of XML External Entity Reference" }, "discovery_date": "2023-08-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229396" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP due to inadequate validation of user-supplied XML input. By leveraging specially crafted XML code, a remote attacker could obtain sensitive information by viewing the contents of arbitrary files on the system or initiating requests to external systems. This issue may allow unauthorized access to sensitive data and the potential for network scanning of internal and external infrastructure.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: XML loading external entity without being enabled", "title": "Vulnerability summary" }, { "category": "other", "text": "Every application/library/server that is parsing/interacting with XML documents is affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3823" }, { "category": "external", "summary": "RHBZ#2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3823", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975", "url": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr", "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+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.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" }, { "category": "workaround", "details": "To avoid XML external entity attacks, either disable external entity loading if it\u0027s not necessary for your application or change the default external entity loader by using `libxml_set_external_entity_loader`. This can be used to suppress the expansion of arbitrary external entities. For PHP versions prior to 8.0, the following should be set when using the default PHP XML parser in order to prevent XXE:\n\nhttps://www.php.net/manual/en/function.libxml-set-external-entity-loader.php", "product_ids": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: XML loading external entity without being enabled" }, { "cve": "CVE-2023-3824", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-08-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230101" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP that can lead to a buffer overflow and a stack information leak due to improper bounds checking within the phar_dir_read() function. This issue may allow an attacker to initiate memory corruption by compelling the application to open a specially crafted .phar archive, allowing the attacker to corrupt memory or cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: phar Buffer mismanagement", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3824" }, { "category": "external", "summary": "RHBZ#2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3824", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef", "url": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv", "url": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:33:11+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.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5927" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:apcu-panel-0:5.1.20-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-debugsource-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-devel-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:libzip-tools-debuginfo-0:1.7.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-bcmath-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-cli-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-common-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dba-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-dbg-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-debugsource-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-devel-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-embedded-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-enchant-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ffi-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-fpm-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-gmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-intl-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-ldap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mbstring-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-mysqlnd-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-odbc-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-opcache-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pdo-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.noarch", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pear-1:1.10.13-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debuginfo-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-debugsource-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-apcu-devel-0:5.1.20-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debuginfo-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-rrd-debugsource-0:2.0.3-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debuginfo-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-xdebug3-debugsource-0:3.1.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.src", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debuginfo-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pecl-zip-debugsource-0:1.19.2-1.module+el8.6.0+13671+84712317.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-pgsql-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-process-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-snmp-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-soap-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.aarch64", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.ppc64le", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.s390x", "AppStream-8.8.0.Z.MAIN.EUS:php:8.0:8080020231006102311:0b4eb31d:php-xml-debuginfo-0:8.0.30-1.module+el8.8.0+20302+42d2b711.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: phar Buffer mismanagement" } ] }
rhsa-2023_5926
Vulnerability from csaf_redhat
Published
2023-10-19 13:19
Modified
2024-11-08 09:02
Summary
Red Hat Security Advisory: php security update
Notes
Topic
An update for php is now available for Red Hat Enterprise Linux 9.
Red Hat Product Security has rated this update as having a security impact of Important. 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: XML loading external entity without being enabled (CVE-2023-3823)
* php: phar Buffer mismanagement (CVE-2023-3824)
* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)
* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)
* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)
* php: Password_verify() always return true with some hash (CVE-2023-0567)
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": "Important" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for php is now available for Red Hat Enterprise Linux 9.\n\nRed Hat Product Security has rated this update as having a security impact of Important. 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: XML loading external entity without being enabled (CVE-2023-3823)\n\n* php: phar Buffer mismanagement (CVE-2023-3824)\n\n* php: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)\n\n* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\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-2023:5926", "url": "https://access.redhat.com/errata/RHSA-2023:5926" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#important", "url": "https://access.redhat.com/security/updates/classification/#important" }, { "category": "external", "summary": "2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2023/rhsa-2023_5926.json" } ], "title": "Red Hat Security Advisory: php security update", "tracking": { "current_release_date": "2024-11-08T09:02:17+00:00", "generator": { "date": "2024-11-08T09:02:17+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2023:5926", "initial_release_date": "2023-10-19T13:19:20+00:00", "revision_history": [ { "date": "2023-10-19T13:19:20+00:00", "number": "1", "summary": "Initial version" }, { "date": "2023-10-19T13:19:20+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T09:02:17+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. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.src", "product": { "name": "php-0:8.0.30-1.el9_2.src", "product_id": "php-0:8.0.30-1.el9_2.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-0:8.0.30-1.el9_2.aarch64", "product_id": "php-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-bcmath-0:8.0.30-1.el9_2.aarch64", "product_id": "php-bcmath-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-cli-0:8.0.30-1.el9_2.aarch64", "product_id": "php-cli-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-common-0:8.0.30-1.el9_2.aarch64", "product_id": "php-common-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-dba-0:8.0.30-1.el9_2.aarch64", "product_id": "php-dba-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-dbg-0:8.0.30-1.el9_2.aarch64", "product_id": "php-dbg-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-devel-0:8.0.30-1.el9_2.aarch64", "product_id": "php-devel-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-embedded-0:8.0.30-1.el9_2.aarch64", "product_id": "php-embedded-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-enchant-0:8.0.30-1.el9_2.aarch64", "product_id": "php-enchant-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-ffi-0:8.0.30-1.el9_2.aarch64", "product_id": "php-ffi-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-fpm-0:8.0.30-1.el9_2.aarch64", "product_id": "php-fpm-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-gd-0:8.0.30-1.el9_2.aarch64", "product_id": "php-gd-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-gmp-0:8.0.30-1.el9_2.aarch64", "product_id": "php-gmp-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-intl-0:8.0.30-1.el9_2.aarch64", "product_id": "php-intl-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-ldap-0:8.0.30-1.el9_2.aarch64", "product_id": "php-ldap-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-mbstring-0:8.0.30-1.el9_2.aarch64", "product_id": "php-mbstring-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "product_id": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-odbc-0:8.0.30-1.el9_2.aarch64", "product_id": "php-odbc-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-opcache-0:8.0.30-1.el9_2.aarch64", "product_id": "php-opcache-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-pdo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-pdo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-pgsql-0:8.0.30-1.el9_2.aarch64", "product_id": "php-pgsql-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-process-0:8.0.30-1.el9_2.aarch64", "product_id": "php-process-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-snmp-0:8.0.30-1.el9_2.aarch64", "product_id": "php-snmp-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-soap-0:8.0.30-1.el9_2.aarch64", "product_id": "php-soap-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-xml-0:8.0.30-1.el9_2.aarch64", "product_id": "php-xml-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-debugsource-0:8.0.30-1.el9_2.aarch64", "product_id": "php-debugsource-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_id": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.el9_2?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-bcmath-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-bcmath-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-cli-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-cli-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-common-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-common-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-dba-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-dba-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-dbg-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-dbg-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-devel-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-devel-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-embedded-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-embedded-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-enchant-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-enchant-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-ffi-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-ffi-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-fpm-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-fpm-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-gd-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-gd-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-gmp-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-gmp-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-intl-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-intl-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-ldap-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-ldap-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-mbstring-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-mbstring-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-odbc-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-odbc-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-opcache-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-opcache-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-pdo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-pdo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-pgsql-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-pgsql-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-process-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-process-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-snmp-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-snmp-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-soap-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-soap-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-xml-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-xml-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-debugsource-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-debugsource-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_id": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.el9_2?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-0:8.0.30-1.el9_2.x86_64", "product_id": "php-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-bcmath-0:8.0.30-1.el9_2.x86_64", "product_id": "php-bcmath-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-cli-0:8.0.30-1.el9_2.x86_64", "product_id": "php-cli-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-common-0:8.0.30-1.el9_2.x86_64", "product_id": "php-common-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-dba-0:8.0.30-1.el9_2.x86_64", "product_id": "php-dba-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-dbg-0:8.0.30-1.el9_2.x86_64", "product_id": "php-dbg-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-devel-0:8.0.30-1.el9_2.x86_64", "product_id": "php-devel-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-embedded-0:8.0.30-1.el9_2.x86_64", "product_id": "php-embedded-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-enchant-0:8.0.30-1.el9_2.x86_64", "product_id": "php-enchant-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-ffi-0:8.0.30-1.el9_2.x86_64", "product_id": "php-ffi-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-fpm-0:8.0.30-1.el9_2.x86_64", "product_id": "php-fpm-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-gd-0:8.0.30-1.el9_2.x86_64", "product_id": "php-gd-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-gmp-0:8.0.30-1.el9_2.x86_64", "product_id": "php-gmp-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-intl-0:8.0.30-1.el9_2.x86_64", "product_id": "php-intl-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-ldap-0:8.0.30-1.el9_2.x86_64", "product_id": "php-ldap-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-mbstring-0:8.0.30-1.el9_2.x86_64", "product_id": "php-mbstring-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "product_id": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-odbc-0:8.0.30-1.el9_2.x86_64", "product_id": "php-odbc-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-opcache-0:8.0.30-1.el9_2.x86_64", "product_id": "php-opcache-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-pdo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-pdo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-pgsql-0:8.0.30-1.el9_2.x86_64", "product_id": "php-pgsql-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-process-0:8.0.30-1.el9_2.x86_64", "product_id": "php-process-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-snmp-0:8.0.30-1.el9_2.x86_64", "product_id": "php-snmp-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-soap-0:8.0.30-1.el9_2.x86_64", "product_id": "php-soap-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-xml-0:8.0.30-1.el9_2.x86_64", "product_id": "php-xml-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-debugsource-0:8.0.30-1.el9_2.x86_64", "product_id": "php-debugsource-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_id": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.el9_2?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-0:8.0.30-1.el9_2.s390x", "product_id": "php-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-bcmath-0:8.0.30-1.el9_2.s390x", "product_id": "php-bcmath-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-cli-0:8.0.30-1.el9_2.s390x", "product_id": "php-cli-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-common-0:8.0.30-1.el9_2.s390x", "product_id": "php-common-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-dba-0:8.0.30-1.el9_2.s390x", "product_id": "php-dba-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-dbg-0:8.0.30-1.el9_2.s390x", "product_id": "php-dbg-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-devel-0:8.0.30-1.el9_2.s390x", "product_id": "php-devel-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-embedded-0:8.0.30-1.el9_2.s390x", "product_id": "php-embedded-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-enchant-0:8.0.30-1.el9_2.s390x", "product_id": "php-enchant-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-ffi-0:8.0.30-1.el9_2.s390x", "product_id": "php-ffi-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-fpm-0:8.0.30-1.el9_2.s390x", "product_id": "php-fpm-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-gd-0:8.0.30-1.el9_2.s390x", "product_id": "php-gd-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-gmp-0:8.0.30-1.el9_2.s390x", "product_id": "php-gmp-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-intl-0:8.0.30-1.el9_2.s390x", "product_id": "php-intl-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-ldap-0:8.0.30-1.el9_2.s390x", "product_id": "php-ldap-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-mbstring-0:8.0.30-1.el9_2.s390x", "product_id": "php-mbstring-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.s390x", "product_id": "php-mysqlnd-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-odbc-0:8.0.30-1.el9_2.s390x", "product_id": "php-odbc-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-opcache-0:8.0.30-1.el9_2.s390x", "product_id": "php-opcache-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-pdo-0:8.0.30-1.el9_2.s390x", "product_id": "php-pdo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-pgsql-0:8.0.30-1.el9_2.s390x", "product_id": "php-pgsql-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-process-0:8.0.30-1.el9_2.s390x", "product_id": "php-process-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-snmp-0:8.0.30-1.el9_2.s390x", "product_id": "php-snmp-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-soap-0:8.0.30-1.el9_2.s390x", "product_id": "php-soap-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-xml-0:8.0.30-1.el9_2.s390x", "product_id": "php-xml-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-debugsource-0:8.0.30-1.el9_2.s390x", "product_id": "php-debugsource-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.0.30-1.el9_2?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "product": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "product_id": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.0.30-1.el9_2?arch=s390x" } } } ], "category": "architecture", "name": "s390x" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.src as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src" }, "product_reference": "php-0:8.0.30-1.el9_2.src", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-bcmath-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-bcmath-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-bcmath-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-bcmath-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-cli-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-cli-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-cli-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-cli-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-common-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-common-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-common-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-common-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-dba-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-dba-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-dba-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-dba-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-dbg-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-dbg-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-dbg-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-dbg-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-debugsource-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-debugsource-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-debugsource-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-debugsource-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-devel-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-devel-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-devel-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-devel-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-embedded-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-embedded-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-embedded-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-embedded-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-enchant-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-enchant-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-enchant-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-enchant-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-ffi-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-ffi-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-ffi-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-ffi-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-fpm-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-fpm-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-fpm-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-fpm-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-gd-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-gd-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-gd-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-gd-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-gmp-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-gmp-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-gmp-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-gmp-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-intl-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-intl-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-intl-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-intl-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-ldap-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-ldap-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-ldap-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-ldap-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-mbstring-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-mbstring-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-mbstring-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-mbstring-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-mysqlnd-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-odbc-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-odbc-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-odbc-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-odbc-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-opcache-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-opcache-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-opcache-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-opcache-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-pdo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-pdo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-pdo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-pdo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-pgsql-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-pgsql-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-pgsql-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-pgsql-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-process-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-process-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-process-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-process-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-snmp-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-snmp-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-snmp-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-snmp-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-soap-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-soap-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-soap-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-soap-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-xml-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-xml-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-xml-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-xml-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64", "relates_to_product_reference": "AppStream-9.2.0.Z.MAIN.EUS" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170771" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when malformatted BCrypt hashes that include a $ within their salt part trigger a buffer overread and may erroneously validate any password as valid.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Password_verify() always return true with some hash", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0567" }, { "category": "external", "summary": "RHBZ#2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0567", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4", "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+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-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" } ], "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-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Password_verify() always return true with some hash" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170770" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security issue occurs because the core path resolution function allocates a buffer one byte small. Resolving paths with lengths close to the system MAXPATHLEN setting may lead to the byte after the allocated buffer being overwritten with a NULL value, which might lead to unauthorized data access or modification.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: 1-byte array overrun in common path resolve code", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0568" }, { "category": "external", "summary": "RHBZ#2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0568", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0568" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81746", "url": "https://bugs.php.net/bug.php?id=81746" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+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-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: 1-byte array overrun in common path resolve code" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-779", "name": "Logging of Excessive Data" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170761" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when the request body parsing in PHP allows any unauthenticated attacker to consume a large amount of CPU time and trigger excessive logging. A large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow the processing of legitimate user requests. The large volume of warning messages can wear down the disk and fill it up. A complete denial of service is achievable by sending many concurrent multipart requests in a loop. PHP parses the request body before invoking any application scripts. This vulnerability affects all PHP websites that accept POST request bodies (post_max_size set to a value greater than zero, the default value is 8MB).", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DoS vulnerability when parsing multipart request body", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0662" }, { "category": "external", "summary": "RHBZ#2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0662", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0662" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv", "url": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+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-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" }, { "category": "workaround", "details": "Users can decrease the post_max_size close to zero. This will render most websites non-interactive and break file uploads.", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: DoS vulnerability when parsing multipart request body" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-334", "name": "Small Space of Random Values" }, "discovery_date": "2023-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219290" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP where the weak randomness affects applications that use SOAP with HTTP Digest authentication against a possibly malicious server over HTTP allows a remote authenticated attackers to cause a stack information leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3247" }, { "category": "external", "summary": "RHBZ#2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3247", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3247" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw", "url": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw" } ], "release_date": "2023-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+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-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP" }, { "cve": "CVE-2023-3823", "cwe": { "id": "CWE-611", "name": "Improper Restriction of XML External Entity Reference" }, "discovery_date": "2023-08-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229396" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP due to inadequate validation of user-supplied XML input. By leveraging specially crafted XML code, a remote attacker could obtain sensitive information by viewing the contents of arbitrary files on the system or initiating requests to external systems. This issue may allow unauthorized access to sensitive data and the potential for network scanning of internal and external infrastructure.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: XML loading external entity without being enabled", "title": "Vulnerability summary" }, { "category": "other", "text": "Every application/library/server that is parsing/interacting with XML documents is affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3823" }, { "category": "external", "summary": "RHBZ#2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3823", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975", "url": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr", "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+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-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" }, { "category": "workaround", "details": "To avoid XML external entity attacks, either disable external entity loading if it\u0027s not necessary for your application or change the default external entity loader by using `libxml_set_external_entity_loader`. This can be used to suppress the expansion of arbitrary external entities. For PHP versions prior to 8.0, the following should be set when using the default PHP XML parser in order to prevent XXE:\n\nhttps://www.php.net/manual/en/function.libxml-set-external-entity-loader.php", "product_ids": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: XML loading external entity without being enabled" }, { "cve": "CVE-2023-3824", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-08-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230101" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP that can lead to a buffer overflow and a stack information leak due to improper bounds checking within the phar_dir_read() function. This issue may allow an attacker to initiate memory corruption by compelling the application to open a specially crafted .phar archive, allowing the attacker to corrupt memory or cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: phar Buffer mismanagement", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3824" }, { "category": "external", "summary": "RHBZ#2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3824", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef", "url": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv", "url": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2023-10-19T13:19:20+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-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2023:5926" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.src", "AppStream-9.2.0.Z.MAIN.EUS:php-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-bcmath-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-cli-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-common-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dba-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-dbg-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-debugsource-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-devel-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-embedded-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-enchant-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ffi-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-fpm-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-gmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-intl-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-ldap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mbstring-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-mysqlnd-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-odbc-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-opcache-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pdo-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-pgsql-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-process-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-snmp-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-soap-debuginfo-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-0:8.0.30-1.el9_2.x86_64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.aarch64", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.ppc64le", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.s390x", "AppStream-9.2.0.Z.MAIN.EUS:php-xml-debuginfo-0:8.0.30-1.el9_2.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: phar Buffer mismanagement" } ] }
rhsa-2024_0387
Vulnerability from csaf_redhat
Published
2024-01-24 09:59
Modified
2024-11-08 09:02
Summary
Red Hat Security Advisory: php:8.1 security update
Notes
Topic
An update for the php:8.1 module is now available for Red Hat Enterprise Linux 9.
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: 1-byte array overrun in common path resolve code (CVE-2023-0568)
* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)
* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)
* php: XML loading external entity without being enabled (CVE-2023-3823)
* php: phar Buffer mismanagement (CVE-2023-3824)
* php: Password_verify() always return true with some hash (CVE-2023-0567)
For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.
Terms of Use
This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.
{ "document": { "aggregate_severity": { "namespace": "https://access.redhat.com/security/updates/classification/", "text": "Moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "An update for the php:8.1 module is now available for Red Hat Enterprise Linux 9.\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: 1-byte array overrun in common path resolve code (CVE-2023-0568)\n\n* php: DoS vulnerability when parsing multipart request body (CVE-2023-0662)\n\n* php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP (CVE-2023-3247)\n\n* php: XML loading external entity without being enabled (CVE-2023-3823)\n\n* php: phar Buffer mismanagement (CVE-2023-3824)\n\n* php: Password_verify() always return true with some hash (CVE-2023-0567)\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-2024:0387", "url": "https://access.redhat.com/errata/RHSA-2024:0387" }, { "category": "external", "summary": "https://access.redhat.com/security/updates/classification/#moderate", "url": "https://access.redhat.com/security/updates/classification/#moderate" }, { "category": "external", "summary": "2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "self", "summary": "Canonical URL", "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_0387.json" } ], "title": "Red Hat Security Advisory: php:8.1 security update", "tracking": { "current_release_date": "2024-11-08T09:02:40+00:00", "generator": { "date": "2024-11-08T09:02:40+00:00", "engine": { "name": "Red Hat SDEngine", "version": "4.1.1" } }, "id": "RHSA-2024:0387", "initial_release_date": "2024-01-24T09:59:57+00:00", "revision_history": [ { "date": "2024-01-24T09:59:57+00:00", "number": "1", "summary": "Initial version" }, { "date": "2024-01-24T09:59:57+00:00", "number": "2", "summary": "Last updated version" }, { "date": "2024-11-08T09:02:40+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. 9)", "product": { "name": "Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN", "product_identification_helper": { "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream" } } } ], "category": "product_family", "name": "Red Hat Enterprise Linux" }, { "branches": [ { "category": "product_version", "name": "php:8.1:9030020231221080340:9", "product": { "name": "php:8.1:9030020231221080340:9", "product_id": "php:8.1:9030020231221080340:9", "product_identification_helper": { "purl": "pkg:rpmmod/redhat/php@8.1:9030020231221080340:9" } } }, { "category": "product_version", "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "product": { "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "product_id": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "product_identification_helper": { "purl": "pkg:rpm/redhat/apcu-panel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=noarch" } } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=src" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=src" } } } ], "category": "architecture", "name": "src" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=x86_64" } } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=s390x" } } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=ppc64le" } } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-bcmath-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-cli-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-common-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dba-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-dbg-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-debugsource@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-devel@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-embedded-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-enchant-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ffi-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-fpm-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-gmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-intl-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-ldap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mbstring-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-mysqlnd-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-odbc-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-opcache-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pdo-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debuginfo@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-debugsource@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-apcu-devel@5.1.21-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debuginfo@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-rrd-debugsource@2.0.3-4.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debuginfo@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-xdebug3-debugsource@3.1.4-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debuginfo@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_id": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pecl-zip-debugsource@1.20.1-1.module%2Bel9.1.0.z%2B15477%2Bcb86791d?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-pgsql-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-process-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-snmp-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-soap-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } }, { "category": "product_version", "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_id": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "product_identification_helper": { "purl": "pkg:rpm/redhat/php-xml-debuginfo@8.1.27-1.module%2Bel9.3.0.z%2B21063%2Bf4ccb976?arch=aarch64" } } } ], "category": "architecture", "name": "aarch64" } ], "category": "vendor", "name": "Red Hat" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, "product_reference": "php:8.1:9030020231221080340:9", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN" }, { "category": "default_component_of", "full_product_name": { "name": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch" }, "product_reference": "apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64" }, "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le" }, "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x" }, "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64" }, "product_reference": "php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64" }, "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le" }, "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x" }, "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" }, { "category": "default_component_of", "full_product_name": { "name": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64 as a component of php:8.1:9030020231221080340:9 as a component of Red Hat Enterprise Linux AppStream (v. 9)", "product_id": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" }, "product_reference": "php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "relates_to_product_reference": "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-0567", "cwe": { "id": "CWE-328", "name": "Use of Weak Hash" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170771" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when malformatted BCrypt hashes that include a $ within their salt part trigger a buffer overread and may erroneously validate any password as valid.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Password_verify() always return true with some hash", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0567" }, { "category": "external", "summary": "RHBZ#2170771", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170771" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0567", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0567" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0567" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4", "url": "https://github.com/php/php-src/security/advisories/GHSA-7fj2-8x79-rjf4" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+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-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" } ], "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-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Low" } ], "title": "php: Password_verify() always return true with some hash" }, { "cve": "CVE-2023-0568", "cwe": { "id": "CWE-131", "name": "Incorrect Calculation of Buffer Size" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170770" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security issue occurs because the core path resolution function allocates a buffer one byte small. Resolving paths with lengths close to the system MAXPATHLEN setting may lead to the byte after the allocated buffer being overwritten with a NULL value, which might lead to unauthorized data access or modification.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: 1-byte array overrun in common path resolve code", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0568" }, { "category": "external", "summary": "RHBZ#2170770", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170770" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0568", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0568" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0568" }, { "category": "external", "summary": "https://bugs.php.net/bug.php?id=81746", "url": "https://bugs.php.net/bug.php?id=81746" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+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-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: 1-byte array overrun in common path resolve code" }, { "cve": "CVE-2023-0662", "cwe": { "id": "CWE-779", "name": "Logging of Excessive Data" }, "discovery_date": "2023-02-17T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2170761" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP. This security flaw occurs when the request body parsing in PHP allows any unauthenticated attacker to consume a large amount of CPU time and trigger excessive logging. A large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow the processing of legitimate user requests. The large volume of warning messages can wear down the disk and fill it up. A complete denial of service is achievable by sending many concurrent multipart requests in a loop. PHP parses the request body before invoking any application scripts. This vulnerability affects all PHP websites that accept POST request bodies (post_max_size set to a value greater than zero, the default value is 8MB).", "title": "Vulnerability description" }, { "category": "summary", "text": "php: DoS vulnerability when parsing multipart request body", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-0662" }, { "category": "external", "summary": "RHBZ#2170761", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2170761" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-0662", "url": "https://www.cve.org/CVERecord?id=CVE-2023-0662" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-0662" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv", "url": "https://github.com/php/php-src/security/advisories/GHSA-54hq-v5wp-fqgv" } ], "release_date": "2023-02-15T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+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-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" }, { "category": "workaround", "details": "Users can decrease the post_max_size close to zero. This will render most websites non-interactive and break file uploads.", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "NONE", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: DoS vulnerability when parsing multipart request body" }, { "cve": "CVE-2023-3247", "cwe": { "id": "CWE-334", "name": "Small Space of Random Values" }, "discovery_date": "2023-07-03T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2219290" } ], "notes": [ { "category": "description", "text": "A vulnerability was found in PHP where the weak randomness affects applications that use SOAP with HTTP Digest authentication against a possibly malicious server over HTTP allows a remote authenticated attackers to cause a stack information leak.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3247" }, { "category": "external", "summary": "RHBZ#2219290", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2219290" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3247", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3247" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3247" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw", "url": "https://github.com/php/php-src/security/advisories/GHSA-76gg-c692-v2mw" } ], "release_date": "2023-07-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+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-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 4.3, "baseSeverity": "MEDIUM", "confidentialityImpact": "LOW", "integrityImpact": "NONE", "privilegesRequired": "LOW", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: Missing error check and insufficient random bytes in HTTP Digest authentication for SOAP" }, { "cve": "CVE-2023-3823", "cwe": { "id": "CWE-611", "name": "Improper Restriction of XML External Entity Reference" }, "discovery_date": "2023-08-05T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2229396" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP due to inadequate validation of user-supplied XML input. By leveraging specially crafted XML code, a remote attacker could obtain sensitive information by viewing the contents of arbitrary files on the system or initiating requests to external systems. This issue may allow unauthorized access to sensitive data and the potential for network scanning of internal and external infrastructure.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: XML loading external entity without being enabled", "title": "Vulnerability summary" }, { "category": "other", "text": "Every application/library/server that is parsing/interacting with XML documents is affected.", "title": "Statement" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3823" }, { "category": "external", "summary": "RHBZ#2229396", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2229396" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3823", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3823" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3823" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975", "url": "https://github.com/php/php-src/commit/c283c3ab0ba45d21b2b8745c1f9c7cbfe771c975" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr", "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+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-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" }, { "category": "workaround", "details": "To avoid XML external entity attacks, either disable external entity loading if it\u0027s not necessary for your application or change the default external entity loader by using `libxml_set_external_entity_loader`. This can be used to suppress the expansion of arbitrary external entities. For PHP versions prior to 8.0, the following should be set when using the default PHP XML parser in order to prevent XXE:\n\nhttps://www.php.net/manual/en/function.libxml-set-external-entity-loader.php", "product_ids": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "scores": [ { "cvss_v3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: XML loading external entity without being enabled" }, { "cve": "CVE-2023-3824", "cwe": { "id": "CWE-119", "name": "Improper Restriction of Operations within the Bounds of a Memory Buffer" }, "discovery_date": "2023-08-08T00:00:00+00:00", "ids": [ { "system_name": "Red Hat Bugzilla ID", "text": "2230101" } ], "notes": [ { "category": "description", "text": "A flaw was found in PHP that can lead to a buffer overflow and a stack information leak due to improper bounds checking within the phar_dir_read() function. This issue may allow an attacker to initiate memory corruption by compelling the application to open a specially crafted .phar archive, allowing the attacker to corrupt memory or cause a denial of service condition.", "title": "Vulnerability description" }, { "category": "summary", "text": "php: phar Buffer mismanagement", "title": "Vulnerability summary" }, { "category": "general", "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.", "title": "CVSS score applicability" } ], "product_status": { "fixed": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] }, "references": [ { "category": "self", "summary": "Canonical URL", "url": "https://access.redhat.com/security/cve/CVE-2023-3824" }, { "category": "external", "summary": "RHBZ#2230101", "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2230101" }, { "category": "external", "summary": "https://www.cve.org/CVERecord?id=CVE-2023-3824", "url": "https://www.cve.org/CVERecord?id=CVE-2023-3824" }, { "category": "external", "summary": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-3824" }, { "category": "external", "summary": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef", "url": "https://github.com/php/php-src/commit/80316123f3e9dcce8ac419bd9dd43546e2ccb5ef" }, { "category": "external", "summary": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv", "url": "https://github.com/php/php-src/security/advisories/GHSA-jqcx-ccgc-xwhv" }, { "category": "external", "summary": "https://www.php.net/ChangeLog-8.php#8.0.30", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" } ], "release_date": "2023-08-03T00:00:00+00:00", "remediations": [ { "category": "vendor_fix", "date": "2024-01-24T09:59:57+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-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ], "restart_required": { "category": "none" }, "url": "https://access.redhat.com/errata/RHSA-2024:0387" } ], "scores": [ { "cvss_v3": { "attackComplexity": "HIGH", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 7.0, "baseSeverity": "HIGH", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:H", "version": "3.1" }, "products": [ "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:apcu-panel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.noarch", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-bcmath-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-cli-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-common-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dba-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-dbg-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-debugsource-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-devel-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-embedded-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-enchant-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ffi-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-fpm-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-gmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-intl-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-ldap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mbstring-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-mysqlnd-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-odbc-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-opcache-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pdo-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debuginfo-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-debugsource-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-apcu-devel-0:5.1.21-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debuginfo-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-rrd-debugsource-0:2.0.3-4.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debuginfo-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-xdebug3-debugsource-0:3.1.4-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.src", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debuginfo-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pecl-zip-debugsource-0:1.20.1-1.module+el9.1.0.z+15477+cb86791d.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-pgsql-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-process-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-snmp-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-soap-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.aarch64", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.ppc64le", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.s390x", "AppStream-9.3.0.Z.MAIN:php:8.1:9030020231221080340:9:php-xml-debuginfo-0:8.1.27-1.module+el9.3.0.z+21063+f4ccb976.x86_64" ] } ], "threats": [ { "category": "impact", "details": "Moderate" } ], "title": "php: phar Buffer mismanagement" } ] }
wid-sec-w-2023-2917
Vulnerability from csaf_certbund
Published
2023-11-14 23:00
Modified
2024-03-11 23:00
Summary
Xerox FreeFlow Print Server: 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
FreeFlow-Druckserver ist eine Druckserveranwendung für Xerox-Produktionsdrucker, die Flexibilität, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.
Angriff
Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verfügbarkeit und Integrität des Systems zu gefährden.
Betroffene Betriebssysteme
- UNIX
- Linux
{ "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\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "category": "description", "text": "FreeFlow-Druckserver ist eine Druckserveranwendung f\u00fcr Xerox-Produktionsdrucker, die Flexibilit\u00e4t, umfangreiche Workflow-Optionen und eine Farbverwaltung bietet.", "title": "Produktbeschreibung" }, { "category": "summary", "text": "Ein Angreifer kann mehrere Schwachstellen in Xerox FreeFlow Print Server ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden.", "title": "Angriff" }, { "category": "general", "text": "- UNIX\n- Linux", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-2917 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-2917.json" }, { "category": "self", "summary": "WID-SEC-2023-2917 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-2917" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-016 vom 2023-11-14", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-016_FFPSv7-S10_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-017 vom 2023-11-14", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-017_FFPSv7-S11_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-019 vom 2023-11-16", "url": "https://security.business.xerox.com/wp-content/uploads/2023/11/Xerox-Security-Bulletin-XRX23-019-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" }, { "category": "external", "summary": "Xerox Security Bulletin XRX23-021", "url": "https://securitydocs.business.xerox.com/wp-content/uploads/2023/11/XRX23-021_FFPSv2_Win10_SecurityBulletin_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX23-022 vom 2023-12-01", "url": "https://security.business.xerox.com/wp-content/uploads/2023/11/XRX23-022_FFPSv9-S11_MediaInstall_Nov2023.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-005 vom 2024-03-04", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox-Security-Bulletin-XRX24-005-Xerox-FreeFlow%C2%AE-Print-Server-v9_Feb-2024.pdf" }, { "category": "external", "summary": "XEROX Security Advisory XRX24-001 vom 2024-03-11", "url": "https://security.business.xerox.com/wp-content/uploads/2024/03/Xerox%C2%AE-Security-Bulletin-XRX24-001-Xerox%C2%AE-FreeFlow%C2%AE-Print-Server-v9.pdf" } ], "source_lang": "en-US", "title": "Xerox FreeFlow Print Server: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-03-11T23:00:00.000+00:00", "generator": { "date": "2024-03-12T09:06:44.710+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-2917", "initial_release_date": "2023-11-14T23:00:00.000+00:00", "revision_history": [ { "date": "2023-11-14T23:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-11-16T23:00:00.000+00:00", "number": "2", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-11-28T23:00:00.000+00:00", "number": "3", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2023-11-30T23:00:00.000+00:00", "number": "4", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-03-03T23:00:00.000+00:00", "number": "5", "summary": "Neue Updates von XEROX aufgenommen" }, { "date": "2024-03-11T23:00:00.000+00:00", "number": "6", "summary": "Neue Updates von XEROX aufgenommen" } ], "status": "final", "version": "6" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "9", "product": { "name": "Xerox FreeFlow Print Server 9", "product_id": "T002977", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:9" } } }, { "category": "product_version", "name": "v7", "product": { "name": "Xerox FreeFlow Print Server v7", "product_id": "T015631", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v7" } } }, { "category": "product_version", "name": "v9", "product": { "name": "Xerox FreeFlow Print Server v9", "product_id": "T015632", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9" } } }, { "category": "product_version", "name": "v9 for Solaris", "product": { "name": "Xerox FreeFlow Print Server v9 for Solaris", "product_id": "T028053", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v9_for_solaris" } } }, { "category": "product_version", "name": "v2 / Windows 10", "product": { "name": "Xerox FreeFlow Print Server v2 / Windows 10", "product_id": "T031383", "product_identification_helper": { "cpe": "cpe:/a:xerox:freeflow_print_server:v2__windows_10" } } } ], "category": "product_name", "name": "FreeFlow Print Server" } ], "category": "vendor", "name": "Xerox" } ] }, "vulnerabilities": [ { "cve": "CVE-2023-4584", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4584" }, { "cve": "CVE-2023-4581", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4581" }, { "cve": "CVE-2023-45802", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-45802" }, { "cve": "CVE-2023-4576", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4576" }, { "cve": "CVE-2023-4575", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4575" }, { "cve": "CVE-2023-4574", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4574" }, { "cve": "CVE-2023-4573", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4573" }, { "cve": "CVE-2023-4504", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4504" }, { "cve": "CVE-2023-43622", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-43622" }, { "cve": "CVE-2023-41081", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-41081" }, { "cve": "CVE-2023-41080", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-41080" }, { "cve": "CVE-2023-4056", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4056" }, { "cve": "CVE-2023-4055", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4055" }, { "cve": "CVE-2023-4054", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4054" }, { "cve": "CVE-2023-4050", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4050" }, { "cve": "CVE-2023-4049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4049" }, { "cve": "CVE-2023-4048", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4048" }, { "cve": "CVE-2023-40477", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-40477" }, { "cve": "CVE-2023-4047", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4047" }, { "cve": "CVE-2023-4046", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4046" }, { "cve": "CVE-2023-4045", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-4045" }, { "cve": "CVE-2023-38403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-38403" }, { "cve": "CVE-2023-3824", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3824" }, { "cve": "CVE-2023-3823", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3823" }, { "cve": "CVE-2023-37211", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37211" }, { "cve": "CVE-2023-37208", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37208" }, { "cve": "CVE-2023-37207", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37207" }, { "cve": "CVE-2023-37202", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37202" }, { "cve": "CVE-2023-37201", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-37201" }, { "cve": "CVE-2023-36664", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-36664" }, { "cve": "CVE-2023-3666", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3666" }, { "cve": "CVE-2023-36191", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-36191" }, { "cve": "CVE-2023-36053", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-36053" }, { "cve": "CVE-2023-34969", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-34969" }, { "cve": "CVE-2023-34241", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-34241" }, { "cve": "CVE-2023-32763", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32763" }, { "cve": "CVE-2023-32762", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32762" }, { "cve": "CVE-2023-32681", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32681" }, { "cve": "CVE-2023-32665", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32665" }, { "cve": "CVE-2023-32643", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32643" }, { "cve": "CVE-2023-32636", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32636" }, { "cve": "CVE-2023-32611", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32611" }, { "cve": "CVE-2023-32573", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32573" }, { "cve": "CVE-2023-32559", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32559" }, { "cve": "CVE-2023-32558", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32558" }, { "cve": "CVE-2023-3247", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3247" }, { "cve": "CVE-2023-32067", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32067" }, { "cve": "CVE-2023-32006", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32006" }, { "cve": "CVE-2023-32005", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32005" }, { "cve": "CVE-2023-32004", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32004" }, { "cve": "CVE-2023-32003", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32003" }, { "cve": "CVE-2023-32002", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-32002" }, { "cve": "CVE-2023-3195", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3195" }, { "cve": "CVE-2023-31486", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31486" }, { "cve": "CVE-2023-31484", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31484" }, { "cve": "CVE-2023-3138", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-3138" }, { "cve": "CVE-2023-31147", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31147" }, { "cve": "CVE-2023-31130", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31130" }, { "cve": "CVE-2023-31124", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31124" }, { "cve": "CVE-2023-31122", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-31122" }, { "cve": "CVE-2023-30590", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30590" }, { "cve": "CVE-2023-30589", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30589" }, { "cve": "CVE-2023-30588", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30588" }, { "cve": "CVE-2023-30587", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30587" }, { "cve": "CVE-2023-30586", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30586" }, { "cve": "CVE-2023-30585", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30585" }, { "cve": "CVE-2023-30584", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30584" }, { "cve": "CVE-2023-30583", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30583" }, { "cve": "CVE-2023-30582", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30582" }, { "cve": "CVE-2023-30581", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-30581" }, { "cve": "CVE-2023-29499", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29499" }, { "cve": "CVE-2023-29491", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29491" }, { "cve": "CVE-2023-29409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29409" }, { "cve": "CVE-2023-29406", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29406" }, { "cve": "CVE-2023-29405", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29405" }, { "cve": "CVE-2023-29404", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29404" }, { "cve": "CVE-2023-29403", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29403" }, { "cve": "CVE-2023-29402", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-29402" }, { "cve": "CVE-2023-2911", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2911" }, { "cve": "CVE-2023-28879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28879" }, { "cve": "CVE-2023-2879", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2879" }, { "cve": "CVE-2023-2858", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2858" }, { "cve": "CVE-2023-2857", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2857" }, { "cve": "CVE-2023-2855", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2855" }, { "cve": "CVE-2023-2854", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2854" }, { "cve": "CVE-2023-28450", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28450" }, { "cve": "CVE-2023-28322", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28322" }, { "cve": "CVE-2023-28321", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28321" }, { "cve": "CVE-2023-28320", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28320" }, { "cve": "CVE-2023-28319", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-28319" }, { "cve": "CVE-2023-2828", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2828" }, { "cve": "CVE-2023-27986", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-27986" }, { "cve": "CVE-2023-27985", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-27985" }, { "cve": "CVE-2023-2650", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2650" }, { "cve": "CVE-2023-25193", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-25193" }, { "cve": "CVE-2023-24805", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-24805" }, { "cve": "CVE-2023-24329", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-24329" }, { "cve": "CVE-2023-23916", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-23916" }, { "cve": "CVE-2023-23915", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-23915" }, { "cve": "CVE-2023-23914", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-23914" }, { "cve": "CVE-2023-22129", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22129" }, { "cve": "CVE-2023-22128", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22128" }, { "cve": "CVE-2023-22081", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22081" }, { "cve": "CVE-2023-22067", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22067" }, { "cve": "CVE-2023-22043", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22043" }, { "cve": "CVE-2023-22025", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-22025" }, { "cve": "CVE-2023-2004", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-2004" }, { "cve": "CVE-2023-1981", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1981" }, { "cve": "CVE-2023-1906", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1906" }, { "cve": "CVE-2023-1393", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1393" }, { "cve": "CVE-2023-1175", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1175" }, { "cve": "CVE-2023-1170", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1170" }, { "cve": "CVE-2023-1127", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-1127" }, { "cve": "CVE-2023-0668", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0668" }, { "cve": "CVE-2023-0666", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0666" }, { "cve": "CVE-2023-0512", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0512" }, { "cve": "CVE-2023-0466", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0466" }, { "cve": "CVE-2023-0465", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0465" }, { "cve": "CVE-2023-0288", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0288" }, { "cve": "CVE-2023-0054", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0054" }, { "cve": "CVE-2023-0051", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0051" }, { "cve": "CVE-2023-0049", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2023-0049" }, { "cve": "CVE-2022-4899", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-4899" }, { "cve": "CVE-2022-48339", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-48339" }, { "cve": "CVE-2022-48338", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-48338" }, { "cve": "CVE-2022-48337", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-48337" }, { "cve": "CVE-2022-41409", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-41409" }, { "cve": "CVE-2022-3924", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-3924" }, { "cve": "CVE-2022-32221", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-32221" }, { "cve": "CVE-2022-32206", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-32206" }, { "cve": "CVE-2022-31008", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2022-31008" }, { "cve": "CVE-2021-46784", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2021-46784" }, { "cve": "CVE-2021-44917", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2021-44917" }, { "cve": "CVE-2018-3639", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2018-3639" }, { "cve": "CVE-2017-5715", "notes": [ { "category": "description", "text": "In Xerox FreeFlow Print Server existieren mehrere Schwachstellen im Zusammenhang mit bekannten Schwachstellen in unter anderem OpenJDK, Apache und Mozilla Firefox. Ein Angreifer kann diese ausnutzen, um die Vertraulichkeit, Verf\u00fcgbarkeit und Integrit\u00e4t des Systems zu gef\u00e4hrden." } ], "product_status": { "known_affected": [ "T028053", "T015632", "T002977", "T015631", "T031383" ] }, "release_date": "2023-11-14T23:00:00Z", "title": "CVE-2017-5715" } ] }
wid-sec-w-2023-1970
Vulnerability from csaf_certbund
Published
2023-08-06 22:00
Modified
2024-04-15 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 Informationen offenzulegen oder beliebigen Code auszuführen.
Betroffene Betriebssysteme
- Linux
- MacOS X
- UNIX
- Windows
{ "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\u00fcr die eigenen, zur Nutzung bereitgestellten Inhalte nach den allgemeinen Gesetzen verantwortlich. Nutzerinnen und Nutzer sind jedoch daf\u00fcr verantwortlich, die Verwendung und/oder die Umsetzung der mit den Inhalten bereitgestellten Informationen sorgf\u00e4ltig im Einzelfall zu pr\u00fcfen." }, { "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 Informationen offenzulegen oder beliebigen Code auszuf\u00fchren.", "title": "Angriff" }, { "category": "general", "text": "- Linux\n- MacOS X\n- UNIX\n- Windows", "title": "Betroffene Betriebssysteme" } ], "publisher": { "category": "other", "contact_details": "csaf-provider@cert-bund.de", "name": "Bundesamt f\u00fcr Sicherheit in der Informationstechnik", "namespace": "https://www.bsi.bund.de" }, "references": [ { "category": "self", "summary": "WID-SEC-W-2023-1970 - CSAF Version", "url": "https://wid.cert-bund.de/.well-known/csaf/white/2023/wid-sec-w-2023-1970.json" }, { "category": "self", "summary": "WID-SEC-2023-1970 - Portal Version", "url": "https://wid.cert-bund.de/portal/wid/securityadvisory?name=WID-SEC-2023-1970" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2024:0387 vom 2024-01-25", "url": "https://access.redhat.com/errata/RHSA-2024:0387" }, { "category": "external", "summary": "Rocky Linux Security Advisory RLSA-2024:0387 vom 2024-02-12", "url": "https://errata.build.resf.org/RLSA-2024:0387" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2024-0387 vom 2024-01-25", "url": "https://linux.oracle.com/errata/ELSA-2024-0387.html" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6305-2 vom 2024-02-27", "url": "https://ubuntu.com/security/notices/USN-6305-2" }, { "category": "external", "summary": "PHP 8 Changelog vom 2023-08-06", "url": "https://www.php.net/ChangeLog-8.php#8.0.30" }, { "category": "external", "summary": "PHP Release 8.2.9 vom 2023-08-17", "url": "https://www.php.net/ChangeLog-8.php#8.2.9" }, { "category": "external", "summary": "Ubuntu Security Notice USN-6305-1 vom 2023-08-23", "url": "https://ubuntu.com/security/notices/USN-6305-1" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3445-1 vom 2023-08-28", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016032.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3498-1 vom 2023-08-31", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-August/016057.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3528-1 vom 2023-09-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016089.html" }, { "category": "external", "summary": "SUSE Security Update SUSE-SU-2023:3541-1 vom 2023-09-05", "url": "https://lists.suse.com/pipermail/sle-security-updates/2023-September/016097.html" }, { "category": "external", "summary": "Debian Security Advisory DLA-3555 vom 2023-09-06", "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.0-2023-009 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.0-2023-009.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.2-2023-002 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.2-2023-002.html" }, { "category": "external", "summary": "Amazon Linux Security Advisory ALASPHP8.1-2023-004 vom 2023-09-14", "url": "https://alas.aws.amazon.com/AL2/ALASPHP8.1-2023-004.html" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5926 vom 2023-10-19", "url": "https://access.redhat.com/errata/RHSA-2023:5926" }, { "category": "external", "summary": "Red Hat Security Advisory RHSA-2023:5927 vom 2023-10-20", "url": "https://access.redhat.com/errata/RHSA-2023:5927" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-5926 vom 2023-10-23", "url": "https://linux.oracle.com/errata/ELSA-2023-5926.html" }, { "category": "external", "summary": "Oracle Linux Security Advisory ELSA-2023-5927 vom 2023-10-24", "url": "https://linux.oracle.com/errata/ELSA-2023-5927.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5661 vom 2024-04-15", "url": "https://lists.debian.org/debian-security-announce/2024/msg00069.html" }, { "category": "external", "summary": "Debian Security Advisory DSA-5660 vom 2024-04-15", "url": "https://lists.debian.org/debian-security-announce/2024/msg00068.html" } ], "source_lang": "en-US", "title": "PHP: Mehrere Schwachstellen", "tracking": { "current_release_date": "2024-04-15T22:00:00.000+00:00", "generator": { "date": "2024-04-16T12:36:26.808+00:00", "engine": { "name": "BSI-WID", "version": "1.3.0" } }, "id": "WID-SEC-W-2023-1970", "initial_release_date": "2023-08-06T22:00:00.000+00:00", "revision_history": [ { "date": "2023-08-06T22:00:00.000+00:00", "number": "1", "summary": "Initiale Fassung" }, { "date": "2023-08-16T22:00:00.000+00:00", "number": "2", "summary": "Neue Updates aufgenommen" }, { "date": "2023-08-23T22:00:00.000+00:00", "number": "3", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2023-08-28T22:00:00.000+00:00", "number": "4", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-08-30T22:00:00.000+00:00", "number": "5", "summary": "Neue Updates von SUSE aufgenommen" }, { "date": "2023-09-05T22:00:00.000+00:00", "number": "6", "summary": "Neue Updates von SUSE und Debian aufgenommen" }, { "date": "2023-09-13T22:00:00.000+00:00", "number": "7", "summary": "Neue Updates von Amazon aufgenommen" }, { "date": "2023-10-19T22:00:00.000+00:00", "number": "8", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2023-10-23T22:00:00.000+00:00", "number": "9", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-01-24T23:00:00.000+00:00", "number": "10", "summary": "Neue Updates von Red Hat aufgenommen" }, { "date": "2024-01-25T23:00:00.000+00:00", "number": "11", "summary": "Neue Updates von Oracle Linux aufgenommen" }, { "date": "2024-02-12T23:00:00.000+00:00", "number": "12", "summary": "Neue Updates von Rocky Enterprise Software Foundation aufgenommen" }, { "date": "2024-02-27T23:00:00.000+00:00", "number": "13", "summary": "Neue Updates von Ubuntu aufgenommen" }, { "date": "2024-04-15T22:00:00.000+00:00", "number": "14", "summary": "Neue Updates von Debian aufgenommen" } ], "status": "final", "version": "14" } }, "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": [ { "branches": [ { "category": "product_version_range", "name": "\u003c8.2.9", "product": { "name": "Open Source PHP \u003c8.2.9", "product_id": "1444711", "product_identification_helper": { "cpe": "cpe:/a:php:php:8.2.9:-" } } }, { "category": "product_version_range", "name": "\u003c8.0.30", "product": { "name": "Open Source PHP \u003c8.0.30", "product_id": "T029095", "product_identification_helper": { "cpe": "cpe:/a:php:php:8.0.30" } } } ], "category": "product_name", "name": "PHP" } ], "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": "RESF Rocky Linux", "product": { "name": "RESF Rocky Linux", "product_id": "T032255", "product_identification_helper": { "cpe": "cpe:/o:resf:rocky_linux:-" } } } ], "category": "vendor", "name": "RESF" }, { "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-2023-3823", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in PHP. Externe XML-Entity-Referenzen werden ausgewertet, auch wenn sie nicht aktiviert sind. Ein entfernter Angreifer kann dies ausnutzen, um vertrauliche Informationen offenzulegen, indem er speziell gestalteten XML-Code in eine betroffene PHP-Anwendung einf\u00fcgt." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "1444711", "398363", "T004914", "T032255" ] }, "release_date": "2023-08-06T22:00:00Z", "title": "CVE-2023-3823" }, { "cve": "CVE-2023-3824", "notes": [ { "category": "description", "text": "Es besteht eine Schwachstelle in PHP. Diese Schwachstelle besteht aufgrund eines Pufferverwaltungsfehlers in \"phar_dir_read()\", der die Anwendung dazu zwingen kann, ein speziell gestaltetes \".phar\"-Archiv zu \u00f6ffnen. Dadurch kommt es zu einer Speicherverletzung. Ein entfernter Angreifer kann diese Schwachstelle zur Ausf\u00fchrung von beliebigem Code ausnutzen." } ], "product_status": { "known_affected": [ "2951", "T002207", "67646", "T000126", "1444711", "398363", "T004914", "T032255" ] }, "release_date": "2023-08-06T22:00:00Z", "title": "CVE-2023-3824" } ] }
gsd-2023-3823
Vulnerability from gsd
Modified
2023-12-13 01:20
Details
In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2023-3823", "id": "GSD-2023-3823" }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2023-3823" ], "details": "In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u00a0ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.\u00a0\n\n", "id": "GSD-2023-3823", "modified": "2023-12-13T01:20:55.225560Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "ID": "CVE-2023-3823", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "PHP", "version": { "version_data": [ { "version_value": "not down converted", "x_cve_json_5_version_data": { "defaultStatus": "affected", "versions": [ { "lessThan": "8.0.30", "status": "affected", "version": "8.0.*", "versionType": "semver" }, { "lessThan": "8.1.22", "status": "affected", "version": "8.1.*", "versionType": "semver" }, { "lessThan": "8.2.8", "status": "affected", "version": "8.2.*", "versionType": "semver" } ] } } ] } } ] }, "vendor_name": "PHP Group" } ] } }, "credits": [ { "lang": "en", "value": "Joas Schilling" } ], "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u00a0ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.\u00a0\n\n" } ] }, "generator": { "engine": "Vulnogram 0.1.0-dev" }, "impact": { "cvss": [ { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "LOW", "baseScore": 8.6, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "version": "3.1" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr", "refsource": "MISC", "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/", "refsource": "MISC", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/" }, { "name": "https://security.netapp.com/advisory/ntap-20230825-0001/", "refsource": "MISC", "url": "https://security.netapp.com/advisory/ntap-20230825-0001/" }, { "name": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html", "refsource": "MISC", "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html" } ] }, "source": { "advisory": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j", "discovery": "EXTERNAL" }, "work_around": [ { "lang": "en", "supportingMedia": [ { "base64": false, "type": "text/html", "value": "Disable external entity loader, e.g. like this:\u0026nbsp;\u003cpre\u003elibxml_set_external_entity_loader(function () { return null; });\u003c/pre\u003e\u003cbr\u003e" } ], "value": "Disable external entity loader, e.g. like this:\u00a0libxml_set_external_entity_loader(function () { return null; });\n\n\n" } ] }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.1.22", "versionStartIncluding": "8.1.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.0.30", "versionStartIncluding": "8.0.0", "vulnerable": true }, { "cpe23Uri": "cpe:2.3:a:php:php:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndExcluding": "8.2.9", "versionStartIncluding": "8.2.0", "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:fedoraproject:fedora:38:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" }, { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*", "cpe_name": [], "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "security@php.net", "ID": "CVE-2023-3823" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "In PHP versions 8.0.* before 8.0.30, 8.1.* before 8.1.22, and 8.2.* before 8.2.8 various XML functions rely on libxml global state to track configuration variables, like whether external entities are loaded. This state is assumed to be unchanged unless the user explicitly changes it by calling appropriate function. However, since the state is process-global, other modules - such as\u00a0ImageMagick - may also use this library within the same process, and change that global state for their internal purposes, and leave it in a state where external entities loading is enabled. This can lead to the situation where external XML is parsed with external entities loaded, which can lead to disclosure of any local files accessible to PHP. This vulnerable state may persist in the same process across many requests, until the process is shut down.\u00a0\n\n" } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-611" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr", "refsource": "MISC", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://github.com/php/php-src/security/advisories/GHSA-3qrf-m4j2-pcrr" }, { "name": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/", "refsource": "MISC", "tags": [ "Mailing List" ], "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/7NBF77WN6DTVTY2RE73IGPYD6M4PIAWA/" }, { "name": "https://security.netapp.com/advisory/ntap-20230825-0001/", "refsource": "MISC", "tags": [ "Third Party Advisory" ], "url": "https://security.netapp.com/advisory/ntap-20230825-0001/" }, { "name": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html", "refsource": "MISC", "tags": [ "Mailing List" ], "url": "https://lists.debian.org/debian-lts-announce/2023/09/msg00002.html" } ] } }, "impact": { "baseMetricV3": { "cvssV3": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 7.5, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "NONE", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 3.6 } }, "lastModifiedDate": "2023-10-27T18:58Z", "publishedDate": "2023-08-11T06:15Z" } } }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.